engineer rule meaning in English
三棱尺
Examples
- Your trainees must observe work and safety engineering rules at our plant and enterprise
你方受训人员在我们的工厂和企业里必须遵守劳动和技术安全规则。 - 3 、 according to software engineering rules , we accomplish the requirement analysis and system design of inventory management system by using traditional structure design method and uml language , and develop the software system of inventory management
3 、结合软件工程的思想,运用传统结构化设计方法和uml语言对库存管理系统进行了需求分析和系统设计,并给出了软件的部分实现。 - The basic theories applied to this project are researched and the key techniques of carrier calculation , characters counting , and mode recognition are described . because there are many practical problems involved in the project , the method of evaluation and the evaluation are given by engineering rule
本文对涉及的基本理论在系统中的应用进行了研究并对其中的载频计算、特征提取和模式识别等关键技术进行了阐述。系统性能的评价涉及到大量的实际问题,本文从工程角度给出了评价方式和评价结果,体现了系统的特色。 - Following the software - engineering rule to develop the project , we divided the task into many simple and independent function units . the interface of all the units is as better as simple and independent . during the course of coding , we encapsulate some code , which can be used repeat , into some functions so we can reduce the complexity and the cost of the maintenance of our software
在软件的开发过程中,遵循软件工程设计思想,按照工程的方法进行软件设计。对软件功能进行模块化功能细分,尽量做到各模块之间功能相互独立,模块接口尽量简单。并且在编码过程中,对一些可重复利用的代码进行封装,从而使程序结构简洁易读,修改灵活方便。